Welcome![Sign In][Sign Up]
Location:
Search - log gabor

Search list

[Graph Recognizegabor.tar

Description: Gabor小波实现源代码,并实现了log-polar变换附有说明和实例程序!-Gabor wavelet achieve source code, and achieve a log-polar transformation with descriptions and examples of procedures!
Platform: | Size: 328473 | Author: 付波 | Hits:

[Special Effectsscalogram

Description: scalogram.m Function to calculate the phase and amplitude scalograms of a 1D signal. The analysis is done using quadrature pairs of log Gabor wavelets.
Platform: | Size: 3072 | Author: wang gang | Hits:

[Special Effectsgaborconvolve

Description: gaborconvolve - function for convolving each row of an image with 1D log-Gabor filters % % Usage: % [template, mask] = createiristemplate(eyeimage_filename) % % Arguments:
Platform: | Size: 1532 | Author: wpf | Hits:

[Graph Recognizelog算子边缘检测源码及文档说明

Description: LOG算子边缘检测源码及文档说明-LOG Operator edge detection and source documents note
Platform: | Size: 514048 | Author: 薛全 | Hits:

[Graph Recognizegabor.tar

Description: Gabor小波实现源代码,并实现了log-polar变换附有说明和实例程序!-Gabor wavelet achieve source code, and achieve a log-polar transformation with descriptions and examples of procedures!
Platform: | Size: 328704 | Author: 付波 | Hits:

[Special Effectsimproved_gaborfilter

Description: Bi-dimensional Gabor filter with DC component compensation This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) and phase P described by the following equation: G(x,y,S,F,W,P)=k*Gaussian(x,y,S)*(Sinusoid(x,y,F,W,P)-DC(F,S,P)), where: Gaussian(x,y,S)=exp(-pi*S^2*(x^2+y^2)) Sinusoid(x,y,F,W,P)=exp(j*(2*pi*F*(x*cos(W)+y*sin(W))+P))) DC(F,S,P)=exp(-pi*(F/S)^2+j*P) File Id: 13776 Average rating: 0.0 Size: 1 KB # of reviews: 0 Submitted: 2007-01-26 Downloads: 274 Subscribers: 0 Keywords: gabor filter Stiven Schwanz Dias -Bi-dimensional Gabor filter with DC compo .. compensation This version of the 2D Gabor f ilter is basically a bi-dimensional Gaussian f unction centered at origin (0, 0) with variance S modulated by a complex sinuso id with polar frequency (F, W) and phase P described by the following equati on : G (x, y, S, F, W, P) = k* Gaussian (x, y, S)* (Sinusoid (x, y, F, W, P)- DC (F, S, P)), where : Gaussian (x, y, S) = exp (-pi* S* 2 ^ (x ^ 2 y ^ 2)) Sinusoid (x, y, F, W, P) = exp (j* (2* pi* F* (x* cos (W) y* sin (W)) P))) D C (F, S, P) = exp (-pi* (F/S) ^ 2* P j) File Id : 13776 Average rating : 0.0 Size :# 1 KB of reviews : 0 Submitted : 2007-01-26 Downloads : 274 Subscribers : 0 Keywords : gabor filter Stiven Schwanz Dias
Platform: | Size: 1024 | Author: 石峰 | Hits:

[Special Effectsscalogram

Description: scalogram.m Function to calculate the phase and amplitude scalograms of a 1D signal. The analysis is done using quadrature pairs of log Gabor wavelets.
Platform: | Size: 3072 | Author: wang gang | Hits:

[Special Effectslog

Description: 主要是实现图像的平滑锐化功能,以及图像的形态学方面的处理。-Mainly to achieve a smooth image sharpening function, as well as morphological aspects of image processing.
Platform: | Size: 4064256 | Author: maxiaoyan | Hits:

[Special Effectsgaborconvolve

Description: gaborconvolve - function for convolving each row of an image with 1D log-Gabor filters % % Usage: % [template, mask] = createiristemplate(eyeimage_filename) % % Arguments:-gaborconvolve- function for convolving each row of an image with 1D log-Gabor filters Usage: [template, mask] = createiristemplate (eyeimage_filename) Arguments:
Platform: | Size: 1024 | Author: wpf | Hits:

[Special Effectsgaborconvolve

Description: gaborconvolve.m Code for convolving an image with a bank of log-Gabor filters. A pre-processing step for texture analysis, feature detection and classification
Platform: | Size: 3072 | Author: wugang | Hits:

[Graph Recognizeplotgaborfilters

Description: 本函数实现了在不同的参数设置下log-Gabor的图形显示-This function in the different parameters set up under the log-Gabor graphical display
Platform: | Size: 4096 | Author: 陈华 | Hits:

[Special Effectslog-gaborconvolve

Description: 使用log-Gabor滤波器对图像进行滤波程序。-The use of log-Gabor filter image filtering process.
Platform: | Size: 3072 | Author: 陈华 | Hits:

[Special Effectsphasecongruency2

Description: 基于log Gabor小波的相位一致图像纹理特征分析-Based on log Gabor wavelet phase consistent image texture analysis
Platform: | Size: 27648 | Author: 肖新华 | Hits:

[Graph Recognizelog-gabor

Description: log gabor滤波程序,很实用,希望对大家有所帮助!-log gabor filtering process, it is useful, I hope all of you to help!
Platform: | Size: 6144 | Author: 田丽清 | Hits:

[Special EffectsLog_gabor

Description: 很好用的Log-Gabor变换源代码,可以用于图像的特征提取-Good use of Log-Gabor transform source code, can be used for image feature extraction
Platform: | Size: 3072 | Author: Ying Chen | Hits:

[matlablog-gabor

Description: log-gabor用于年龄变化的人脸重构,效果很好-log-gabor
Platform: | Size: 12288 | Author: yangzhong | Hits:

[Software EngineeringLoggaborfilter

Description: Designing of Log Gabor Filter
Platform: | Size: 135168 | Author: Ummer | Hits:

[matlabiris_feature_extraction

Description: iris feature extraction with log gabor
Platform: | Size: 3072 | Author: sadegh | Hits:

[matlabmatlab-work

Description: f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize ) -f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize )
Platform: | Size: 35840 | Author: madlain | Hits:

[Special Effectsphasecongruency-byMySelf

Description: log Gabor小波图像纹理特征分析我小改過-log Gabor wavelet texture features of image I have little turn over
Platform: | Size: 979968 | Author: tony | Hits:
« 12 »

CodeBus www.codebus.net